home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / perl5 / URI / rlogin.pm < prev    next >
Encoding:
Perl POD Document  |  1998-09-11  |  96 b   |  8 lines

  1. package URI::rlogin;
  2. require URI::_login;
  3. @ISA = qw(URI::_login);
  4.  
  5. sub default_port { 513 }
  6.  
  7. 1;
  8.